mirror of
https://github.com/Light-City/CPlusPlusThings.git
synced 2026-02-04 02:54:42 +08:00
support bazel complie this project and format code.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#include<iostream>
|
||||
#include <iostream>
|
||||
using namespace std;
|
||||
int main(){
|
||||
const int b = 10;
|
||||
b = 0; //error
|
||||
const string s = "helloworld";
|
||||
const int i,j=0;
|
||||
int main() {
|
||||
const int b = 10;
|
||||
b = 0; // error
|
||||
const string s = "helloworld";
|
||||
const int i, j = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user