Revision history of "기본 예제 프로그램 및 설명"

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 12:41, 18 July 2022Swpark talk contribs 2,180 bytes +2,180 Created page with "thumb|FirstClass === 첫 번째 Java 프로그램 === <syntaxhighlight lang="java"> public class FirstClass { public static void main(String[] args) { System.out.println("hello"); } } </syntaxhighlight>thumb|운영체제 계통도 === 첫 번째 C 프로그램 === <syntaxhighlight lang="c"> #include <stdio.h> int main() { fprintf(stdio, "hello\n"); } </syntaxhighlight> * vscode 실행<sy..."