This website requires JavaScript.
Explore
Help
Sign In
kuhyx
/
testsAndMisc-archive
Watch
1
Star
0
Fork
0
You've already forked testsAndMisc-archive
mirror of
https://github.com/kuhyx/testsAndMisc-archive.git
synced
2026-07-04 15:23:06 +02:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
67da5c4fb9
testsAndMisc-archive
/
CPP
/
miscelanious
/
xGoesTo0
/
xgoes.cpp
10 lines
107 B
C++
Raw
Normal View
History
Unescape
Escape
fix: correct shebang and executable permissions - Add +x to Python scripts with shebangs (3 files) - Remove -x from non-script files like .cpp, .txt, makefile (23 files) - Move shebang to first line in C/imageViewer/lint.sh
2025-11-30 13:42:16 +01:00
#
include
<stdio.h>
feat: great beautiful fixes
2026-02-20 00:37:32 +01:00
int
main
(
)
{
int
x
=
10
;
while
(
x
-
-
>
0
)
{
printf
(
"
%d;
"
,
x
)
;
}
return
0
;
fix: correct shebang and executable permissions - Add +x to Python scripts with shebangs (3 files) - Remove -x from non-script files like .cpp, .txt, makefile (23 files) - Move shebang to first line in C/imageViewer/lint.sh
2025-11-30 13:42:16 +01:00
}
Reference in New Issue
Copy Permalink