This repository has been archived on 2025-02-04. You can view files and clone it, but cannot push or open issues or pull requests.
helpless/main.cpp

10 lines
112 B
C++
Raw Normal View History

2024-06-27 18:04:21 +07:00
#include <stdio.h>
int main() {
int hello;
hello = 5;
printf("Hello, balls!\n");
return 0;
}