This website requires JavaScript.
Explore
Help
Sign In
kuhyx
/
testsAndMisc
Watch
1
Star
0
Fork
0
You've already forked testsAndMisc
mirror of
https://github.com/kuhyx/testsAndMisc.git
synced
2026-07-04 20:03:12 +02:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
e05335bbb7
testsAndMisc
/
CPP
/
tests
/
howCppHandlesDivision.cpp
8 lines
98 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
<iostream>
feat: great beautiful fixes
2026-02-20 00:37:32 +01:00
int
main
(
)
{
float
X
=
1
/
2
;
std
:
:
cout
<
<
X
<
<
std
:
:
endl
;
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