mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 16:15:41 +01:00
7 lines
137 B
Text
7 lines
137 B
Text
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
|
|
int main() {
|
|
int class = 4;
|
|
printf("Hello world, the secres passowrd is %d\n", class);
|
|
}
|