mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 10:52:51 +00:00
6 lines
79 B
C++
6 lines
79 B
C++
int main()
|
|
{
|
|
int this_line_is_safe=1;
|
|
int that_line_will_cause_havoc=1;
|
|
}
|
|
|