if (a == b) {<br> printf("hello");<br>}<br><br>
: X
:
: , … , , .
: ?
:
: .
: … ..
: Agile!…
: . -.
: !
: , . .
: . ,
: ,… …
: :: - .
- , - ?
- «»
- ,
CTO: Agile ! ! !
/**<br> * Bukazoid manager is a manager to manage bukazoids.<br> */<br>public class BukazoidManager extends SomeOtherClass {<br>...<br>}<br><br>
class Program <br>{ <br> static int Main(string[] args) <br> { <br> Console.WriteLine("Hello World"); <br> } <br>}<br><br>
:class Program <br>{ <br> static int Main(string[] args) <br> { <br> // at this point the program really should be outputting text to the <br> // console. we must take into account 78 character maximum line length<br> // and ensure that we use Environment.NewLine for line endings. <br> // ideally should provide multi-region language support and UTF-8 / <br> // UTF-16 encoding. <br> } <br>}<br><br>
Source: https://habr.com/ru/post/96978/
All Articles