mirror of
https://github.com/Light-City/CPlusPlusThings.git
synced 2026-02-08 21:14:35 +08:00
support bazel complie this project and format code.
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
#include<iostream>
|
||||
#include <iostream>
|
||||
/**
|
||||
* by 光城
|
||||
* compile: g++ -o file file2.cpp file1.cpp
|
||||
* execute: ./file
|
||||
*/
|
||||
extern int ext;
|
||||
int main(){
|
||||
|
||||
std::cout<<(ext+10)<<std::endl;
|
||||
}
|
||||
int main() { std::cout << (ext + 10) << std::endl; }
|
||||
Reference in New Issue
Block a user