All public logs
Jump to navigation
Jump to search
Combined display of all available logs of DISLab. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 12:41, 18 July 2022 Swpark talk contribs created page 기본 예제 프로그램 및 설명 (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...")