void main() { printf("Hello World\n"); exit(0); } /* 초심으로 돌아가자~~~~~ */
정의되지 않은 동작입니다. 올바른 코드는 다음과 같습니다.
#include <stdio.h> int main() { printf("Hello World\n"); return 0; }
그런데 이쯤 되면 세상에서 가장 아름다운(?) 향연이 펼쳐질 때 아닙니까? 주요 언어 미리 독식해 놓겠습니다. 죄송합니다.
#include <iostream> using namespace std; int main() { cout << "Hello World" << endl; return 0; }
#include <algorithm> #include <iostream> #include <iterator> #include <string> using namespace std; int main() { string s = "Hello World\n"; copy(s.begin(), s.end(), ostreambuf_iterator<char>(cout)); return 0; }
public class Comment { public static void main(String[] args) { System.out.println("Hello World"); } }
import javax.swing.JOptionPane; public class Comment { public static void main(String[] args) { JOptionPane.showMessageDialog(null, "Hello World", "Comment", JOptionPane.INFORMATION_MESSAGE); System.exit(0); } }
<html> <head> <title>Comment</title> </head> <body> <h2>Hello World</h2><br> </body> </html>
<html> <head> <title>Comment</title> <script type="text/javascript"> <!--- function PrintHello() { document.write("<h2>Hello World</h2><br clear="none" />"); } //---> </script> </head> <body onload="PrintHello()"> </body> </html>
<html> <head> <title>Comment</title> <script type="text/javascript"> <!--- function PrintHello() { window.alert("Hello World"); } //---> </script> </head> <body onload="PrintHello()"> </body> </html>
<html> <head> <title>Comment</title> </head> <body onload="alert('Hello World')"> </body> </html>
Real programmers /* don't */ comment their code. If it was hard to write, it should be /* hard to */ read.
supersky wrote:void main() { printf("Hello World\n"); exit(0); } /* 초심으로 돌아가자~~~~~ */ 정의되지 않은 동작입니다. 올바른 코드는 다음과 같습니다. supersky debugged wrote:#include <stdio.h> int main() { printf("Hello World\n"); return 0; } 입니다. 그런데 이쯤 되면 세상에서 가장 아름다운(?) 향연이 펼쳐질 때 아닙니까? 주요 언어 미리 독식해 놓겠습니다. 죄송합니다.
주요 esolang 미리 하나 독식해 놓겠습니다. 죄송합니다.
밞ㅤㅂㅏㅀ따빠맣발밤따밞다다빠맣밝다빠맣빠맣받다맣ㅤㅂㅏㅄ발다밤따맣ㅤㅂㅏㅀ밤따맣밞ㅤㅂㅏㅀ다밝따빠맣ㅤㅂㅏㅀ타빠맣받다빠맣ㅤㅂㅏㅄ타빠맣ㅤㅂㅏㅀ타빠맣받나맣발박따맣희
- 토끼군
Re: 영화 "나의결혼원정기" 예매권 무차별살포 이벤트
정의되지 않은 동작입니다. 올바른 코드는 다음과 같습니다.
그런데 이쯤 되면 세상에서 가장 아름다운(?) 향연이 펼쳐질 때 아닙니까?
주요 언어 미리 독식해 놓겠습니다. 죄송합니다.
Real programmers /* don't */ comment their code.
If it was hard to write, it should be /* hard to */ read.
Re: 영화 "나의결혼원정기" 예매권 무차별살포 이벤트
주요 esolang 미리 하나 독식해 놓겠습니다. 죄송합니다.
- 토끼군