@@ -0,0 +1,6 @@
+#include <iostream>
+
+int main(){
+ if(!NULL){printf("look a potato"); }
+ if(!nullptr){printf("look a tomato"); }
+}