<?php echo get_field('my_field_name'); ?>
This will echo the value of the field "my_field_name" from the current post.