Posted on

There will be times wherein you will be asked Coding Questions and just be given a Blank Google Doc. In those cases you have to be sure of starting on the right foot to help with your confidence.

    #include <bits/stdc++.h>
    using namespace std;

    int main(){
        //
        return 0;
    }
import java.util.*;

public class Main {
    public static void main (String[] args){

    }
}
def main():

if __name__ == "__main__":
    main()