Skip to content

Instantly share code, notes, and snippets.

@codecademydev
Created November 18, 2022 13:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codecademydev/4c57691be21286842320da33e68a2a1e to your computer and use it in GitHub Desktop.
Save codecademydev/4c57691be21286842320da33e68a2a1e to your computer and use it in GitHub Desktop.
Codecademy export
ELF>@@8@8 @@@@��888H H �
�� �
TTTDDP�td� � � LLQ�tdR�td�
��/lib64/ld-linux-x86-64.so.2GNUGNU��Ϣ�r6��D;#ř�Y")  � C�"��m� � ; U�  libstdc++.so.6__gmon_start___ITM_deregisterTMCloneTable_ITM_registerTMCloneTable_ZNSt8ios_base4InitD1Ev_ZNSt8ios_base4InitC1Ev_ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc_ZSt4cout_ZNSolsEilibc.so.6__cxa_atexit__cxa_finalize__libc_start_mainGLIBCXX_3.4GLIBC_2.2.5 t)� �ui �
@�
��
  � � � � �  � 
  � � � � H��H� H��t��H����5� �%� @�%� h������%� h������%� h������%� h������%� f�1�I��^H��H���PTL�*H�
�H�=��v �DH�=� UH�� H9�H��tH�J H��t
]��f.�]�@f.�H�=Y H�5R UH)�H��H��H��H��?H�H��tH� H��t ]��f�]�@f.��=) u/H�=� UH��t H�=� �
����H���� ]����fDUH��]�f���UH��H���E� �E������E��E��U��E�ЉE�H�5H�=� �v���H�‹E���H�������H�5
H���W������UH��H���}��u��}�u2�}���u)H�=] �7���H�( H�5J H�
 H����������UH�����������]�f�AWAVI��AUATL�%^ UH�-f SA��I��L)�H��H�������H��t 1��L��L��D��A��H��H9�u�H��[]A\A]A^A_Ðf.���H��H���My name is frankie, i amold.
;H,����|��������d����������E���\���4����|zRx � ���+zRx �$����PFJ w�?;*3$"D����\����fA�C
a |���IA�C
D �)���A�C
P D� ���eB�B�E �B(�H0�H8�M@r8A0A(B BBBH���@�� �
� �
�
���o���
! � `h` ���o���o ���o���o���o�
�& GCC: (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.08Tt���  `
h � �
0@� � � 
�
�
�
�    �� p�!70 F�
m@y�
����� �1 ��I���D ��"� 5�
>�
O�
b� x ;  � �"Jf� �� �?@+�� � "  9 J8 F Rw e�� �� �� � crtstuff.cderegister_tm_clones__do_global_dtors_auxcompleted.7698__do_global_dtors_aux_fini_array_entryframe_dummy__frame_dummy_init_array_entrydog_years.cpp_ZStL19piecewise_construct_ZStL8__ioinit_Z41__static_initialization_and_destruction_0ii_GLOBAL__sub_I_main__FRAME_END____GNU_EH_FRAME_HDR_DYNAMIC__init_array_end__init_array_start_GLOBAL_OFFSET_TABLE__edata_IO_stdin_used__cxa_finalize@@GLIBC_2.2.5__dso_handle__cxa_atexit@@GLIBC_2.2.5_ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc@@GLIBCXX_3.4__TMC_END___ZSt4cout@@GLIBCXX_3.4__data_start__bss_start_ZNSt8ios_base4InitC1Ev@@GLIBCXX_3.4__libc_csu_init_ZNSolsEi@@GLIBCXX_3.4_ITM_deregisterTMCloneTable__libc_csu_fini__libc_start_main@@GLIBC_2.2.5__gmon_start___ITM_registerTMCloneTable_ZNSt8ios_base4InitD1Ev@@GLIBCXX_3.4.symtab.strtab.shstrtab.interp.note.ABI-tag.note.gnu.build-id.gnu.hash.dynsym.dynstr.gnu.version.gnu.version_r.rela.dyn.rela.plt.init.plt.got.text.fini.rodata.eh_frame_hdr.eh_frame.init_array.fini_array.dynamic.data.bss.comment88#TT 1tt$D���o��$N �� V��!^���ok���o  @z``�Bhh`������P�00�@@B�� � �� � $�� � L�
H��
��
��
�� �h� �   �0)@�/ 77�
#include <iostream>
//first 2 = 21 years then 4 years onward
int main() {
int dog_age = 12;
//dog age is 12
int later_years=(dog_age-2)*4;
int early_years=21;
int human_years=early_years+later_years;
//later years is 4 human
std::cout << "My name is frankie, i am" << human_years << "old.\n";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment